EMT Practice Test

1. Question Content...


Question List

Question1: An AEM environment is cloned, and the domain and IPs ate changed. What must be reconfigured for content activation to work?

Question2: Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?

Question3: A custom component has one dialog field:

The developer needs to implement a Sling Model to perform a business logic on the authored value. The developer writes the following HTL snippet.

Which two implementations will support this HTL snippet? (Choose two.)

Question4: Which option should be used to synchronize user data across publish servers in a publish farm?

Question5: On package install content that is already present in the repos must not be overwritten and if not present in the repos it must not be removed.
Which import mode should the developer use?

Question6: Which practice should be used to push a code fix to make it into the current release candidate?

Question7: An application development team needs to create a multi-channel application that uses AEM as a headless CMS Which feature should be used to maintain structured data for this application?

Question8: What two types of testing are available OOB in AEM Cloud Manager Pipeline? (Select Two.)

Question9: What is Out of Scope for the Pattern Detector tool, while doing an AEM upgrade?

Question10: A developer needs to create a new Title component. The requirements are:
1. The layout must be the same as the Title core component
2. The text property must have the page title as prefix (e.g., Page Title - <component text>)
3. The component must be reusable
Which approach is recommended?

Question11: Which type of Cloud Manager tests are enabled for all Cloud Manager production pipelines and cannot be skipped?

Question12: A developer needs to create sling models for two fields name and occupations. The dialog has two fields, name - a single value field, and occupations - a multi value field.
The following code is included in sling models inherited from interface com.adobe.aem.guides.wknd.core.models.Byline

Which method should be used to used to represent this model in HTL?

Question13: In an AEM as a Cloud Service environment, which repository areas are considered as immutable?

Question14: A snippet throws an exception at runtime:
@Model(adaptables = {Resource.class}) public class MyCustomModel {
(SSIingObject
private Resource resource;

What should the developer add to fix it?

Question15: A customer who is running an AEM application on premise reports that the application is slowing down over time and even crashes The issues seem to start occurring after a new production deployment. The AEM developer knows that the described symptoms could be caused by a memory leak.
Which two steps should be taken after confirming the problem is related to a memory issue? (Choose two.)

Question16: An AEM Developer needs to build out a project. That contains only the required modules. Which most recent AEM Archetype module is optional?

Question17: An AEM Developer needs to create a new component to help support a new product launch.
* The client is on AEM 6.5 on-premise with the latest version of WCM Core Components
* The component must include text, image, and a link
* The component must support multiple designs
Which process should the AEM Developer use to support the launch?

Question18: SPA components are connected to AEM components via the MapTo() method.
Which code should be used to correctly connect an SPA component called ItemList to its AEM equivalent?

Question19: The OSGi configuration is added to a runmode specific configuration "config.author.staging" in AEM as a Cloud Service. The application fails to read the configuration.
What is a possible cause of this issue?

Question20: A project requires sharing information between SPA components. What is the least complex approach to achieve that objective?

Question21: A developer is working on a project based on core components. The client requests that text pasted inside the Text component should be stripped of all styling and formatting.
The developer needs to override RTE plugin implementation and change the default paste (CTRL+V) behavior.
Which paste option should the developer add to achieve this?

Question22: An AEM server is overloaded with too many concurrently running workflows. The developer decides to reduce the number of concurrent workflows.
What should be configured to reduce the number of concurrent workflows?

Question23: A developer needs to create a dynamic participant step where the participant is selected automatically at run time.
The developer decides to develop an OSGi service, which needs to implement the com.day.cq.workflow.exec.ParticipantStepChooser interface.
Which method should the developer implement from the com.day.cq.workflow.exec.ParticipantStepChooser interface?

Question24: A customer is having trouble with some search queries and provides the following information:
* The logs show the following warning occurs many time: WARN* Traversed 1000 nodes with filter Filter (query=select...)
* The client has more than 100,000 stored in their AEM instance
* The client uses a custom page property to help search for pages of a given type What should the AEM Developer do to help resolve the client's issue?

Question25: The following anchor tag is not resolving:
<a href="item.path" >{item.name}</a>
Upon further inspection the developer notices that the link has no .html appended to the end of the URL What could be a potential fix for the issue?

Question26: An AEM as a Cloud Service implementation customer wants content to be replicated as soon as the On Time and Off Times are reached.
What must the developer configure?

Question27: An AEM application has a Header and Footer authored on every page.
The customer asks for the following:
1. A centralized Header and Footer
2. The ability to create a variation for both the Header and Footer
3. Change the Header and Footer for specific time periods
4. The ability to restore a previous version for both the Header and Footer What should the developer use to meet the requirements?

Question28: A new component called Page Headline needs to be implemented. The only difference to the title component delivered by Adobe's WCM core components is that the text needs to be taken from the current page title instead of jcr.title.
How should a developer implement this request?
A)
1. Create custom component
2. Implement Sling Modal as follows

B)
1. Create proxy component from the core title component
2. Implement sling Model as follows

C)

1. Create proxy component from the core title component
2. Implement Sling Model as follows

Question29: How should a developer create a custom log configuration?

Question30: Which Maven plugin checks if all the requirements declarations made in OSGi bundles are satisfied by the capabilities declarations of other bundles included in the Maven project?

Question31: Which Maven plugin checks if all the requirements declarations made in OSGi bundles are satisfied by the capabilities declarations of other bundles included in the Maven project?

Question32: After defining a Sling Model, what step is required to enable JSON export on any component?

Question33: An AEM application is expected to export a content fragment in JSON format without any customization for a headless implementation.
What is the recommended approach?

Question34: Which AEM dependency provides APIs for all AEM environments?